From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:14:12 +0000 (+0000) Subject: (rx): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30797 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3fbbd8b9814b668be0a0e97f551062eae4a89a52;p=emacs.git (rx): Fix spacing. --- diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 92eea6d00a3..938564b5dde 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -694,7 +694,7 @@ CHAR still match. A non-greedy regexp matches as little as possible. `(maximal-match SEXP)' - produce a greedy regexp for SEXP. This is the default. + produce a greedy regexp for SEXP. This is the default. `(zero-or-more SEXP)' matches zero or more occurrences of what SEXP matches. @@ -739,7 +739,7 @@ CHAR matches N to M occurrences of what SEXP matches. `(eval FORM)' - evaluate FORM and insert result. If result is a string, + evaluate FORM and insert result. If result is a string, `regexp-quote' it. `(regexp REGEXP)'